home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / misc / libx11inc.lha / X11 / Xmp / Xmp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-13  |  751 b   |  29 lines

  1. #ifndef _Xmp_h_
  2. #define _Xmp_h_
  3. #include <X11/Xmp/COPY>
  4.  
  5. /*
  6. * SCCS_data: @(#) Xmp.h 1.6 92/06/10 06:14:01
  7. *
  8. *    This module contains declarations useful to clients of the
  9. *    Xmp library.
  10. *
  11. *******************************************************************************
  12. */
  13.  
  14. #include <X11/Wc/WcCreate.h>    /* for _() macro */
  15.  
  16. /* XmpRegisterMotif registers all Motif and Xmp widgets.
  17.  * XmpRegisterAll and MriRegisterMotif are aliases for XmpRegisterMotif
  18.  * for backward compatibility.
  19.  */
  20. void XmpRegisterMotif _(( XtAppContext ));
  21. void XmpRegisterAll   _(( XtAppContext ));
  22. void MriRegisterMotif _(( XtAppContext ));
  23.  
  24. void XmpAddMwmCloseCallback _(( Widget, XtCallbackProc, XtPointer ));
  25.  
  26. void XmpChangeNavigationType _(( Widget ));
  27.  
  28. #endif /* _Xmp_h_ */
  29.